Current Location: Home> Function Categories> asinh

asinh

Inverse hyperbolic sine
Name:asinh
Category:math
Programming Language:php
One-line Description:Inverse hyperbolic sine.

Definition and usage

asinh() function returns an inverse hyperbolic sine of a number.

Example

Returns the inverse hyperbolic sine value of different values:

 <?php
echo ( asinh ( 7 ) ;
echo ( asinh ( 56 ) ;
echo ( asinh ( 2.45 ) ) ;
?>

Try it yourself

grammar

 asinh ( x )
parameter describe
x Required. A number.

illustrate

Returns the inverse hyperbolic sine value of x , that is, the value whose hyperbolic sine is x .

Similar Functions
  • Anyway atan

    atan

    Anyway
  • Convert octal to decimal octdec

    octdec

    Convertoctaltodecima
  • Calculate the index of e exp

    exp

    Calculatetheindexofe
  • Ancient sine asin

    asin

    Ancientsine
  • Determine whether it is a legal value is_nan

    is_nan

    Determinewhetheritis
  • Hyperbolic sine sinh

    sinh

    Hyperbolicsine
  • Get the pi value pi

    pi

    Getthepivalue
  • Convert radians to corresponding angles rad2deg

    rad2deg

    Convertradianstocorr
Popular Articles